Release 10.1A: OpenEdge Development:
Messaging and ESB
writeDate procedure
Writes a date value as
Stringdata to the body of aStreamMessage.Syntax
Applies to
Message objects
Notes
- The procedure actually writes
valueas aDATETIME-TZvalue, adding default time and time zone information:- If the message might be consumed by an application in a different time zone from that of the sending application, the 4GL programmer must ensure that the receiving application can interpret the value correctly.
- The format of the
DATETIME-TZvalue is a subset of the ISO8601 format.- An error is returned if the Unknown value (
?) is specified.See also
createStreamMessage procedure, writeBoolean procedure, writeByte procedure, writeBytesFromRaw procedure, writeChar procedure, writeDate procedure, writeDateTime procedure, writeDateTime-TZ procedure, writeDouble procedure, writeFloat procedure, writeInt procedure, writeLong procedure, writeLongString procedure, writeShort procedure, writeString procedure, endOfStream function, moveToNext procedure, readBytesToRaw procedure, readChar function, readDate function, readDateTime function, readDateTime-TZ function, readDecimal function, readInt function, readLogical function, readLongString function, readLongStringCP function
For more information, see the "StreamMessage" section.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |